feat(documentation): add maven project with documentation#17
Merged
feat(documentation): add maven project with documentation#17
Conversation
dkasimovskiy
previously approved these changes
Dec 26, 2025
262e157 to
25dc195
Compare
dkasimovskiy
requested changes
Jan 13, 2026
...mentation/docs/documentation/examples/src/client/simple/connection/SingleNodeConnection.java
Outdated
Show resolved
Hide resolved
...mentation/docs/documentation/examples/src/client/simple/connection/SingleNodeConnection.java
Outdated
Show resolved
Hide resolved
documentation/docs/documentation/examples/src/testcontainers/single/SingleNodeConfigUtils.java
Outdated
Show resolved
Hide resolved
documentation/docs/documentation/examples/src/testcontainers/single/CreateSingleNode.java
Outdated
Show resolved
Hide resolved
documentation/docs/documentation/examples/src/testcontainers/single/CreateSingleNode.java
Outdated
Show resolved
Hide resolved
2fcd1c6 to
ccd3ace
Compare
dkasimovskiy
requested changes
Jan 20, 2026
| 15:15:32.185 [main] INFO tc.tarantool/tarantool:3.6.0 - Container tarantool/tarantool:3.6.0 is starting: eb542dfac096dead65b1f00e39f1926d4dfc8267dd0e8b3a7f4ecae62d02d306 | ||
| 15:15:32.382 [docker-java-stream-1077198046] INFO o.t.c.tarantool.Tarantool3Container - [test-node] STDERR: started | ||
| 15:15:32.395 [docker-java-stream-1077198046] INFO o.t.c.tarantool.Tarantool3Container - [test-node] STDERR: 2025-08-27 12:15:32.364 [1] main/104/interactive main.cc:497 I> Tarantool 3.4.1-0-g0b3c0eb8c0b Linux-aarch64-RelWithDebInfo | ||
| 15:15:32.395 [docker-java-stream-1077198046] INFO o.t.c.tarantool.Tarantool3Container - [test-node] STDERR: 2025-08-27 12:15:32.364 [1] main/104/interactive main.cc:497 I> Tarantool 3.6.0-0-g0b3c0eb8c0b Linux-aarch64-RelWithDebInfo |
Contributor
There was a problem hiding this comment.
У тебя здесь хэш будет явно отличаться от 3.4.1
| 15:15:32.185 [main] INFO tc.tarantool/tarantool:3.6.0 - Container tarantool/tarantool:3.6.0 is starting: eb542dfac096dead65b1f00e39f1926d4dfc8267dd0e8b3a7f4ecae62d02d306 | ||
| 15:15:32.382 [docker-java-stream-1077198046] INFO o.t.c.tarantool.Tarantool3Container - [test-node] STDERR: started | ||
| 15:15:32.395 [docker-java-stream-1077198046] INFO o.t.c.tarantool.Tarantool3Container - [test-node] STDERR: 2025-08-27 12:15:32.364 [1] main/104/interactive main.cc:497 I> Tarantool 3.4.1-0-g0b3c0eb8c0b Linux-aarch64-RelWithDebInfo | ||
| 15:15:32.395 [docker-java-stream-1077198046] INFO o.t.c.tarantool.Tarantool3Container - [test-node] STDERR: 2025-08-27 12:15:32.364 [1] main/104/interactive main.cc:497 I> Tarantool 3.6.0-0-g0b3c0eb8c0b Linux-aarch64-RelWithDebInfo |
Contributor
There was a problem hiding this comment.
Тот же самое про хешю
site/readme-images/navigation.png
Outdated
Contributor
There was a problem hiding this comment.
Здесь указаны старые пути. Нужно обновить картинку.
Contributor
There was a problem hiding this comment.
TarantoolSingleNodeConfigUtils.java
2182380 to
0189209
Compare
dkasimovskiy
approved these changes
Jan 20, 2026
0189209 to
f3f1f45
Compare
f3f1f45 to
3cae99d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Init maven project to add live-java-examples into documentation from snippets.
I haven't forgotten about:
Related issues:
Closes #29